summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-11-06 03:09:21 +0100
committerCharles Lombardo <clombardo169@gmail.com>2023-11-06 03:09:21 +0100
commit2f8e237ab7317fb377c3c23a283ed0024b41935b (patch)
tree7d3e977e0997c9474e4846d3c8f0f37f654158ff
parentMerge pull request #11971 from german77/recent (diff)
downloadyuzu-2f8e237ab7317fb377c3c23a283ed0024b41935b.tar
yuzu-2f8e237ab7317fb377c3c23a283ed0024b41935b.tar.gz
yuzu-2f8e237ab7317fb377c3c23a283ed0024b41935b.tar.bz2
yuzu-2f8e237ab7317fb377c3c23a283ed0024b41935b.tar.lz
yuzu-2f8e237ab7317fb377c3c23a283ed0024b41935b.tar.xz
yuzu-2f8e237ab7317fb377c3c23a283ed0024b41935b.tar.zst
yuzu-2f8e237ab7317fb377c3c23a283ed0024b41935b.zip
-rw-r--r--.github/workflows/android-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml
index 5893f860e..80aea4aa7 100644
--- a/.github/workflows/android-build.yml
+++ b/.github/workflows/android-build.yml
@@ -40,11 +40,11 @@ jobs:
sudo apt-get install -y ccache apksigner glslang-dev glslang-tools
- name: Build
run: ./.ci/scripts/android/build.sh
- - name: Copy and sign artifacts
env:
ANDROID_KEYSTORE_B64: ${{ secrets.ANDROID_KEYSTORE_B64 }}
ANDROID_KEY_ALIAS: ${{ secrets.ANDROID_KEY_ALIAS }}
ANDROID_KEYSTORE_PASS: ${{ secrets.ANDROID_KEYSTORE_PASS }}
+ - name: Copy artifacts
run: ./.ci/scripts/android/upload.sh
- name: Upload
uses: actions/upload-artifact@v3